add System.FilePath to this conversion
authorJoey Hess <joeyh@joeyh.name>
Thu, 23 Jan 2025 15:07:29 +0000 (11:07 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 23 Jan 2025 15:07:29 +0000 (11:07 -0400)
commitc3c8870752758672d867da28bff4a796159befe5
tree1574f13564d1dc47dcee761884d928f096043d4c
parent05bdce328d890cbac68a8627aaae262078a8290a
add System.FilePath to this conversion

It seems to make sense to convert both System.Directory and
System.FilePath uses to OsPath in one go. This will generally look like
replacing RawFilePath with OsPath in type signatures, and will be driven
by the now absolutely massive pile of compile errors.

Got a few modules building in this new regime.

Sponsored-by: Jack Hill
Build/TestConfig.hs
Common.hs
Git/Construct.hs
Utility/OsPath.hs
Utility/Path.hs
Utility/Tmp/Dir.hs